Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove directory if cached directory exists #508

Merged
merged 2 commits into from
Sep 15, 2024

Conversation

jiro4989
Copy link
Owner

Remove directory if cached directory exists.

The installation will not work properly if the cache directory exists.

Ex:

jiro4989@jiro4989 /t/work> mkdir example1
jiro4989@jiro4989 /t/work> echo 1 > example1/1.txt
jiro4989@jiro4989 /t/work> mkdir example2
jiro4989@jiro4989 /t/work> echo 2 > example2/2.txt
jiro4989@jiro4989 /t/work> mv example2 example1
jiro4989@jiro4989 /t/work> find example1
example1
example1/1.txt
example1/example2
example1/example2/2.txt

@jiro4989 jiro4989 merged commit e515832 into master Sep 15, 2024
22 checks passed
@jiro4989 jiro4989 deleted the hotfix/remove-cache branch September 15, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant